[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DRAW LINE FROM

Description:
This command will draw a solid line from Pos1__a,Pos1_b to Pos2_a,Pos2_b.
Optionally, the BROKEN clause will draw a dotted line.

Syntax:
DRAW LINE FROM <Pos1_a>,<Pos1_b> TO <Pos2_a>,<Pos2_b> [<BROKEN>]

Arguments:
<Pos1_a> is the starting row screen coordinate of the line.
<Pos1_b> is the starting column screen coordinate of the line.
<Pos2_a> is the ending row screen coordinate of the line.
<Pos2_b> is the ending column screen coordinate of the line.
<BROKEN> causes the line to be dotted.

Example:
DRAW LINE FROM 05,02 TO 20,77 [<BROKEN>]

         Purpose: Draw a line
 Mapped Function: __DrawLine() contained in GLLIBR.PRG.
   dGE functions: drawline()
   Other GL UDFs: __DgeColor()
System variables: None.
System constants: None.

See Also:

See Also: __DrawLine()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson